home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14488 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  468 b 

  1. Path: news1.halcyon.com!coho!danubius
  2. From: danubius@coho.halcyon.com ()
  3. Newsgroups: comp.lang.c++
  4. Subject: Recognizing class instantiation type?
  5. Date: 31 Mar 1996 08:47:23 GMT
  6. Organization: Northwest Nexus, Inc. - Professional Internet Services
  7. Message-ID: <4jlgqr$rn3@news1.halcyon.com>
  8. NNTP-Posting-Host: coho.halcyon.com
  9.  
  10. Is there any way to determine inside of a class whether it was
  11. instantiated in the dynamic memory (with "new"), or on the stack?
  12.  
  13. Thanks,
  14. Joe
  15.